object AssociateForm: TAssociateForm Left = 324 Top = 199 BorderStyle = bsDialog Caption = 'PowerArchiver 2004' ClientHeight = 122 ClientWidth = 343 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AssociateInfo: TLabel Left = 8 Top = 8 Width = 249 Height = 81 AutoSize = False Caption = 'For full access to PowerArchiver'#39's shell interface, PowerArch' + 'iver must be properly associated with ZIP files. However, Pow' + 'erArchiver is not currently associated with Zip files.'#13#10'As' + 'sociate PowerArchiver with Zip files now?' WordWrap = True end object CNeverDisplay: TCheckBox Left = 8 Top = 98 Width = 249 Height = 19 Caption = 'N&ever display this message' TabOrder = 0 end object YesButt: TButton Left = 264 Top = 8 Width = 75 Height = 25 Caption = '&Yes' Default = True TabOrder = 1 OnClick = YesButtClick end object NoButt: TButton Left = 264 Top = 40 Width = 75 Height = 25 Caption = '&No' TabOrder = 2 OnClick = NoButtClick end object HelpButt: TButton Left = 264 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpButtClick end end